home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / ErrorMessages.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-07-02  |  21KB  |  738 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;=========================================================================
  5. ;     $RCSfile: ErrorMessages.ct $
  6. ;  Description: Catalog description file for compiler error messages
  7. ;   Created by: ferr (Johan Ferreira)
  8. ;    $Revision: 1.2 $
  9. ;      $Author: fjc $
  10. ;        $Date: 1995/07/02 16:55:48 $
  11. ;=========================================================================
  12. ;A. Incorrect use of language Oberon
  13. ;Undeclared identifier
  14. msgErr0
  15. ;Undeclared identifier
  16. ;Multiply defined identifier
  17. msgErr1
  18. ;Multiply defined identifier
  19. ;Illegal character in number
  20. msgErr2
  21. ;Illegal character in number
  22. ;Illegal character in string
  23. msgErr3
  24. ;Illegal character in string
  25. ;Identifier does not match procedure name
  26. msgErr4
  27. ;Identifier does not match procedure name
  28. ;Comment not closed
  29. msgErr5
  30. ;Comment not closed
  31. ;"=" expected
  32. msgErr9
  33. ;"=" expected
  34. ;Identifier expected
  35. msgErr10
  36. ;Identifier expected
  37. ;Type definition starts with incorrect symbol
  38. msgErr12
  39. ;Type definition starts with incorrect symbol
  40. ;Factor starts with incorrect symbol
  41. msgErr13
  42. ;Factor starts with incorrect symbol
  43. ;Statement starts with incorrect symbol
  44. msgErr14
  45. ;Statement starts with incorrect symbol
  46. ;Declaration followed by incorrect symbol
  47. msgErr15
  48. ;Declaration followed by incorrect symbol
  49. ;MODULE expected
  50. msgErr16
  51. ;MODULE expected
  52. ;Integer constant expected
  53. msgErr17
  54. ;Integer constant expected
  55. ;"." missing
  56. msgErr18
  57. ;"." missing
  58. ;"," missing
  59. msgErr19
  60. ;"," missing
  61. ;":" missing
  62. msgErr20
  63. ;":" missing
  64. ;")" missing
  65. msgErr22
  66. ;")" missing
  67. ;"]" missing
  68. msgErr23
  69. ;"]" missing
  70. ;"}" missing
  71. msgErr24
  72. ;"}" missing
  73. ;OF missing
  74. msgErr25
  75. ;OF missing
  76. ;THEN missing
  77. msgErr26
  78. ;THEN missing
  79. ;DO missing
  80. msgErr27
  81. ;DO missing
  82. ;TO missing
  83. msgErr28
  84. ;TO missing
  85. ;"(" missing
  86. msgErr29
  87. ;"(" missing
  88. ;":=" missing
  89. msgErr33
  90. ;":=" missing
  91. ;"," or OF expected
  92. msgErr34
  93. ;"," or OF expected
  94. ;";" missing
  95. msgErr38
  96. ;";" missing
  97. ;END missing
  98. msgErr40
  99. ;END missing
  100. ;UNTIL missing
  101. msgErr43
  102. ;UNTIL missing
  103. ;EXIT not within loop statement
  104. msgErr45
  105. ;EXIT not within loop statement
  106. ;Object must be global
  107. msgErr46
  108. ;Object must be global
  109. ;Illegally marked identifier
  110. msgErr47
  111. ;Illegally marked identifier
  112. ;Forward declared pointer unsatisfied
  113. msgErr48
  114. ;Forward declared pointer unsatisfied
  115. ;Attempting to import self
  116. msgErr49
  117. ;Attempting to import self
  118. ;Expression should be constant
  119. msgErr50
  120. ;Expression should be constant
  121. ;Constant not an integer
  122. msgErr51
  123. ;Constant not an integer
  124. ;Identifier does not denote a type
  125. msgErr52
  126. ;Identifier does not denote a type
  127. ;Identifier does not denote a record type
  128. msgErr53
  129. ;Identifier does not denote a record type
  130. ;Result type of procedure is not a basic type
  131. msgErr54
  132. ;Result type of procedure is not a basic type
  133. ;Procedure call of a function
  134. msgErr55
  135. ;Procedure call of a function
  136. ;Assignment to non-variable
  137. msgErr56
  138. ;Assignment to non-variable
  139. ;Pointer not bound to record or array type
  140. msgErr57
  141. ;Pointer not bound to record or array type
  142. ;Recursive type definition
  143. msgErr58
  144. ;Recursive type definition
  145. ;Illegal open array parameter
  146. msgErr59
  147. ;Illegal open array parameter
  148. ;Wrong type of case label
  149. msgErr60
  150. ;Wrong type of case label
  151. ;Inadmissible type of case label
  152. msgErr61
  153. ;Inadmissible type of case label
  154. ;Case label defined more than once
  155. msgErr62
  156. ;Case label defined more than once
  157. ;Index out of bounds
  158. msgErr63
  159. ;Index out of bounds
  160. ;More actual than formal parameters
  161. msgErr64
  162. ;More actual than formal parameters
  163. ;Fewer actual than formal parameters
  164. msgErr65
  165. ;Fewer actual than formal parameters
  166. ;Element types of actual array and formal open array differ
  167. msgErr66
  168. ;Element types of actual array and formal open array differ
  169. ;Actual parameter corresponding to open array is not an array
  170. msgErr67
  171. ;Actual parameter corresponding to open array is not an array
  172. ;Array bound out of range
  173. msgErr68
  174. ;Array bound out of range
  175. ;Index out of specified bounds
  176. msgErr81
  177. ;Index out of specified bounds
  178. ;Object being indexed is not an array
  179. msgErr82
  180. ;Object being indexed is not an array
  181. ;Undefined record field
  182. msgErr83
  183. ;Undefined record field
  184. ;Dereferenced variable is not a pointer
  185. msgErr84
  186. ;Dereferenced variable is not a pointer
  187. ;Guard or test type is not an extension of variable type
  188. msgErr85
  189. ;Guard or test type is not an extension of variable type
  190. ;Guard or test type is not a pointer
  191. msgErr86
  192. ;Guard or test type is not a pointer
  193. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  194. msgErr87
  195. ;Guarded or tested variable is neither a pointer nor a VAR-parameter record
  196. ;x IN y : constant x is out of range (0 <= p < 32)
  197. msgErr91
  198. ;x IN y : constant x is out of range (0 <= p < 32)
  199. ;Operand of IN not an integer, or not a set
  200. msgErr92
  201. ;Operand of IN not an integer, or not a set
  202. ;Set element type is not an integer
  203. msgErr93
  204. ;Set element type is not an integer
  205. ;Operand of & is not of type BOOLEAN
  206. msgErr94
  207. ;Operand of & is not of type BOOLEAN
  208. ;Operand of OR is not of type BOOLEAN
  209. msgErr95
  210. ;Operand of OR is not of type BOOLEAN
  211. ;Operand not applicable to (unary) +
  212. msgErr96
  213. ;Operand not applicable to (unary) +
  214. ;Operand not applicable to (unary) -
  215. msgErr97
  216. ;Operand not applicable to (unary) -
  217. ;Operand of ~ is not of type BOOLEAN         
  218. msgErr98
  219. ;Operand of ~ is not of type BOOLEAN         
  220. ;Incompatible operands of dyadic operator
  221. msgErr100
  222. ;Incompatible operands of dyadic operator
  223. ;Operand type inapplicable to *
  224. msgErr101
  225. ;Operand type inapplicable to *
  226. ;Operand type inapplicable to /
  227. msgErr102
  228. ;Operand type inapplicable to /
  229. ;Operand type inapplicable to DIV
  230. msgErr103
  231. ;Operand type inapplicable to DIV
  232. ;Operand type inapplicable to MOD
  233. msgErr104
  234. ;Operand type inapplicable to MOD
  235. ;Operand type inapplicable to +
  236. msgErr105
  237. ;Operand type inapplicable to +
  238. ;Operand type inapplicable to -
  239. msgErr106
  240. ;Operand type inapplicable to -
  241. ;Operand type inapplicable to = or #
  242. msgErr107
  243. ;Operand type inapplicable to = or #
  244. ;Operand type inapplicable to relation      
  245. msgErr108
  246. ;Operand type inapplicable to relation      
  247. ;Arithmetic overflow in constant expression
  248. msgErr109
  249. ;Arithmetic overflow in constant expression
  250. ;Operand is not a type
  251. msgErr110
  252. ;Operand is not a type
  253. ;Operand inapplicable to (this) function
  254. msgErr111
  255. ;Operand inapplicable to (this) function
  256. ;Operand is not a variable
  257. msgErr112
  258. ;Operand is not a variable
  259. ;Incompatible assignment
  260. msgErr113
  261. ;Incompatible assignment
  262. ;String too long to be assigned
  263. msgErr114
  264. ;String too long to be assigned
  265. ;Parameter doesn't match
  266. msgErr115
  267. ;Parameter doesn't match
  268. ;Number of parameters doesn't match
  269. msgErr116
  270. ;Number of parameters doesn't match
  271. ;Number of parameters doesn't match
  272. msgErr117
  273. ;Number of parameters doesn't match
  274. ;Result type doesn't match
  275. msgErr118
  276. ;Result type doesn't match
  277. ;Procedure is not assignable
  278. msgErr119
  279. ;Procedure is not assignable
  280. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  281. msgErr120
  282. ;Type of expression following IF, WHILE, UNTIL, or ASSERT is not BOOLEAN
  283. ;Called object is not a procedure (or is an interrupt procedure)
  284. msgErr121
  285. ;Called object is not a procedure (or is an interrupt procedure)
  286. ;Actual VAR-parameter is not a variable
  287. msgErr122
  288. ;Actual VAR-parameter is not a variable
  289. ;Type of actual parameter is not identical with that of formal VAR-parameter
  290. msgErr123
  291. ;Type of actual parameter is not identical with that of formal VAR-parameter
  292. ;Type of result expression differs from that of procedure
  293. msgErr124
  294. ;Type of result expression differs from that of procedure
  295. ;Type of case expression is neither INTEGER nor CHAR
  296. msgErr125
  297. ;Type of case expression is neither INTEGER nor CHAR
  298. ;Illegal mode of operand
  299. msgErr126
  300. ;Illegal mode of operand
  301. ;Illegal mode of addressed operand
  302. msgErr127
  303. ;Illegal mode of addressed operand
  304. ;Forward declared procedure not implemented
  305. msgErr129
  306. ;Forward declared procedure not implemented
  307. ;WITH clause does not specify a variable
  308. msgErr130
  309. ;WITH clause does not specify a variable
  310. ;LEN not applied to array
  311. msgErr131
  312. ;LEN not applied to array
  313. ;Dimension in LEN too large or negative
  314. msgErr132
  315. ;Dimension in LEN too large or negative
  316. ;Key inconsistency of imported module
  317. msgErr150
  318. ;Key inconsistency of imported module
  319. ;Incorrect symbol file
  320. msgErr151
  321. ;Incorrect symbol file
  322. ;Symbol file of imported module not found
  323. msgErr152
  324. ;Symbol file of imported module not found
  325. ;Object or symbol file not opened (disk full?)
  326. msgErr153
  327. ;Object or symbol file not opened (disk full?)
  328. ;Generation of new symbol file not allowed
  329. msgErr155
  330. ;Generation of new symbol file not allowed
  331. ;String in symbol file
  332. msgErr156
  333. ;String in symbol file
  334. ;Symbol file tag illegal
  335. msgErr157
  336. ;Symbol file tag illegal
  337. ;B. Limitations of implementation
  338. ;Set element greater than MAX(SET) or less than 0
  339. msgErr202
  340. ;Set element greater than MAX(SET) or less than 0
  341. ;Number too large
  342. msgErr203
  343. ;Number too large
  344. ;Division by zero
  345. msgErr205
  346. ;Division by zero
  347. ;Too much variable space needed
  348. msgErr209
  349. ;Too much variable space needed
  350. ;Buffer for identifiers and strings full
  351. msgErr212
  352. ;Buffer for identifiers and strings full
  353. ;Too many exit statements
  354. msgErr214
  355. ;Too many exit statements
  356. ;Not enough registers: simplify expression
  357. msgErr215
  358. ;Not enough registers: simplify expression
  359. ;Object is not a register item
  360. msgErr216
  361. ;Object is not a register item
  362. ;Illegal value of parameter  (0 <= p < 15)
  363. msgErr219
  364. ;Illegal value of parameter  (0 <= p < 15)
  365. ;String cannot be exported / too many pointers in a record
  366. msgErr221
  367. ;String cannot be exported / too many pointers in a record
  368. ;Too many pointer types
  369. msgErr224
  370. ;Too many pointer types
  371. ;Too many exported procedures
  372. msgErr226
  373. ;Too many exported procedures
  374. ;Too many imported modules
  375. msgErr227
  376. ;Too many imported modules
  377. ;Too many exported structures
  378. msgErr228
  379. ;Too many exported structures
  380. ;Too many nested records for import
  381. msgErr229
  382. ;Too many nested records for import
  383. ;Too many constants (strings) in module
  384. msgErr230
  385. ;Too many constants (strings) in module
  386. ;Code buffer overflow
  387. msgErr231
  388. ;Code buffer overflow
  389. ;Type descriptor buffer overflow
  390. msgErr233
  391. ;Type descriptor buffer overflow
  392. ;Too many external libraries
  393. msgErr234
  394. ;Too many external libraries
  395. ;Global variables not accessable
  396. msgErr235
  397. ;Global variables not accessable
  398. ;Type extension is too deep (max 15 extension levels)
  399. msgErr236
  400. ;Type extension is too deep (max 15 extension levels)
  401. ;C. Compiler Warnings - Amiga specific
  402. ;Parameter must be an exportable procedure or procedure variable
  403. msgErr300
  404. ;Parameter must be an exportable procedure or procedure variable
  405. ;Procedure must be paramaterless and typeless
  406. msgErr301
  407. ;Procedure must be paramaterless and typeless
  408. ;Parameter must be a procedure variable
  409. msgErr302
  410. ;Parameter must be a procedure variable
  411. ;Library procedure must have a receiver parameter.
  412. msgErr303
  413. ;Library procedure must have a receiver parameter.
  414. ;Library procedure receiver cannot be VAR parameter.
  415. msgErr304
  416. ;Library procedure receiver cannot be VAR parameter.
  417. ;Receiver cannot be an imported type.
  418. msgErr305
  419. ;Receiver cannot be an imported type.
  420. ;Receiver type must be a pointer type.
  421. msgErr306
  422. ;Receiver type must be a pointer type.
  423. ;Receiver type must be a record type.
  424. msgErr307
  425. ;Receiver type must be a record type.
  426. ;Receiver type must be a C pointer type.
  427. msgErr308
  428. ;Receiver type must be a C pointer type.
  429. ;Name buffer overflow
  430. msgErr310
  431. ;Name buffer overflow
  432. ;Library procedure cannot be used in this manner
  433. msgErr311
  434. ;Library procedure cannot be used in this manner
  435. ;Global variables too large to zero (> 260kB)
  436. msgErr312
  437. ;Global variables too large to zero (> 260kB)
  438. ;Union type cannot have a base type
  439. msgErr313
  440. ;Union type cannot have a base type
  441. ;Control variable of FOR loop must be an integer type
  442. msgErr314
  443. ;Control variable of FOR loop must be an integer type
  444. ;Start and end values of FOR loop must be integers
  445. msgErr315
  446. ;Start and end values of FOR loop must be integers
  447. ;Step value of FOR loop must be non-zero
  448. msgErr316
  449. ;Step value of FOR loop must be non-zero
  450. ;Start, end or step value(s) too large for control variable of FOR loop
  451. msgErr317
  452. ;Start, end or step value(s) too large for control variable of FOR loop
  453. ;Sign of step value is wrong for given start and end values.
  454. msgErr318
  455. ;Sign of step value is wrong for given start and end values.
  456. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  457. msgErr319
  458. ;ASSERT (x,n): constant x evaluates to FALSE, should be HALT (n)
  459. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  460. msgErr320
  461. ;ASSERT (x,n): constant x evaluates to TRUE, statement is meaningless
  462. ;Illegal mode in array index calculation
  463. msgErr322
  464. ;Illegal mode in array index calculation
  465. ;Cannot alias imported strings > 1 character
  466. msgErr323
  467. ;Cannot alias imported strings > 1 character
  468. ;Operations that modify read-only variables are not allowed
  469. msgErr324
  470. ;Operations that modify read-only variables are not allowed
  471. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  472. msgErr325
  473. ;Open arrays are restricted to pointer base types, element types of open arrays and formal parameter types
  474. ;CPointers and BPointers to open arrays are not yet implemented
  475. msgErr326
  476. ;CPointers and BPointers to open arrays are not yet implemented
  477. ;Control variable must be a simple variable local to the procedure or module
  478. msgErr327
  479. ;Control variable must be a simple variable local to the procedure or module
  480. ;Integer expression expected
  481. msgErr328
  482. ;Integer expression expected
  483. ;Type-bound procedure has the same name as a record field
  484. msgErr329
  485. ;Type-bound procedure has the same name as a record field
  486. ;Redefined procedure must be exported
  487. msgErr330
  488. ;Redefined procedure must be exported
  489. ;Cannot assign a type-bound procedure
  490. msgErr331
  491. ;Cannot assign a type-bound procedure
  492. ;Super-call only allowed for receiver parameter
  493. msgErr332
  494. ;Super-call only allowed for receiver parameter
  495. ;Super-call not defined for base type
  496. msgErr333
  497. ;Super-call not defined for base type
  498. ;Module name too long (limit 26 characters)
  499. msgErr334
  500. ;Module name too long (limit 26 characters)
  501. ;RETURN statement missing in function procedure
  502. msgErr335
  503. ;RETURN statement missing in function procedure
  504. ;Parameter cannot be a vararg
  505. msgErr336
  506. ;Parameter cannot be a vararg
  507. ;Vararg parameter must be the last parameter
  508. msgErr337
  509. ;Vararg parameter must be the last parameter
  510. ;Parameter does not denote a pointer or record type
  511. msgErr338
  512. ;Parameter does not denote a traced pointer or record type
  513. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  514. msgErr339
  515. ;SYSTEM.NEW cannot be used to allocate this type, use NEW instead
  516. ;Formal parameter must include a register specification
  517. msgErr340
  518. ;Formal parameter must include a register specification
  519. ;Cannot assign a foreign procedure
  520. msgErr341
  521. ;Cannot assign a foreign procedure
  522. ;External name (string) expected
  523. msgErr342
  524. ;External name (string) expected
  525. ;Foreign procedures cannot be forward declared
  526. msgErr343
  527. ;Foreign procedures and LibCalls cannot be forward declared
  528. ;Foreign procedure cannot be bound to a type
  529. msgErr344
  530. ;Foreign procedure cannot be bound to a type
  531. ;Cannot copy open arrays when SaveAllRegs is set.
  532. msgErr345
  533. ;Cannot copy open arrays when SaveAllRegs is set
  534. ;Illegal character in in-line command
  535. msgErr346
  536. ;Illegal character in in-line command
  537. ;Unrecognised in-line command
  538. msgErr347
  539. ;Unrecognised in-line command
  540. ;Pragma or option specifier ["+"|"-"] missing.
  541. msgErr348
  542. ;Pragma or option specifier ["+"|"-"] missing.
  543. ;Pragma stack empty
  544. msgErr349
  545. ;Pragma stack empty
  546. ;ELSIF, ELSE or END without matching IF
  547. msgErr350
  548. ;ELSIF, ELSE or END without matching IF
  549. ;Pragmas and options are not interchangeable
  550. msgErr351
  551. ;Pragmas and options are not interchangeable
  552. ;Variable cannot be used as a base for a LibCall
  553. msgErr352
  554. ;Variable cannot be used as a base for a LibCall
  555. ;Illegal value for system flag
  556. msgErr353
  557. ;Illegal value for system flag
  558. ;Traced type cannot extend untraced type, and vice-versa
  559. msgErr354
  560. ;Traced type cannot extend untraced type, and vice-versa
  561. ;Untraced record cannot contain traced fields
  562. msgErr355
  563. ;Untraced record cannot contain traced fields
  564. ;Tagged type not allowed
  565. msgErr356
  566. ;Tagged type not allowed
  567. ;Options not permitted after MODULE keyword
  568. msgErr357
  569. ;Options not permitted after MODULE keyword
  570. ;Pragma must start with '<*$'
  571. msgErr358
  572. ;Pragma must start with '<*$'
  573. ;Error in inline command or pragma
  574. msgErr359
  575. ;Error in inline command or pragma
  576. ;D. Oberon-Amiga specific
  577. ;Not implemented yet
  578. msgErr900
  579. ;Not implemented yet
  580. ;Register parameters only allowed in LibCall procedure
  581. msgErr901
  582. ;Register parameters only allowed in LibCall procedure
  583. ;Illegal type for register specification
  584. msgErr902
  585. ;Illegal type for register specification
  586. ;Illegal register number
  587. msgErr903
  588. ;Illegal register number
  589. ;Parameter type is too big for register
  590. msgErr904
  591. ;Parameter type is too big for register
  592. ;LibCallSpec only allowed for library procedure
  593. msgErr905
  594. ;LibCallSpec only allowed for library procedure
  595. ;Function offset must be integer
  596. msgErr906
  597. ;Function offset must be integer
  598. ;Library base variable must be pointer type
  599. msgErr907
  600. ;Library base variable must be pointer type
  601. ;Language extensions not allowed when portableCode switch is on
  602. msgErr915
  603. ;Language extensions not allowed when STANDARD option is OFF
  604. ;String constants not allowed when createObj switch is off
  605. msgErr916
  606. ;String constants not allowed when createObj switch is off
  607. ;Tagged record types not allowed when createObj switch is off
  608. msgErr917
  609. ;Tagged record types not allowed when createObj switch is off
  610. ;Variables not allowed when createObj switch is off
  611. msgErr918
  612. ;Variables not allowed when createObj switch is off
  613. ;Procedure or module body not allowed when createObj switch is off
  614. msgErr919
  615. ;Procedure or module body not allowed when createObj switch is off
  616. ;Cannot import module with object code when createObj switch is off
  617. msgErr920
  618. ;Cannot import module with object code when createObj switch is off
  619. ;Too many search paths specified
  620. msgErr922
  621. ;Too many search paths specified
  622. ;Feature not properly tested
  623. msgErr923
  624. ;Feature not properly tested
  625. ;Underscores in identifiers not permitted when STANDARD option is on
  626. msgErr924
  627. ;Underscores in identifiers not permitted when STANDARD option is on
  628. ;E1. The following are internal compiler errors.  If you see one of
  629. ;    these, something is seriously wrong.  Report the bug immediately.
  630. ;    EC 950 is use to describe 951 - 999.
  631. ;Internal error -
  632. msgErr950
  633. ;Internal error -
  634. ;attempt to free an unused register
  635. msgErr951
  636. ;attempt to free an unused register
  637. ;illegal reference type
  638. msgErr952
  639. ;illegal reference type
  640. ;wrong number of operands for opcode
  641. msgErr953
  642. ;wrong number of operands for opcode
  643. ;address alignment error
  644. msgErr954
  645. ;address alignment error
  646. ;branch too large
  647. msgErr955
  648. ;branch too large
  649. ;addressing mode error
  650. msgErr956
  651. ;addressing mode error
  652. ;data size error
  653. msgErr957
  654. ;data size error
  655. ;error in operand
  656. msgErr958
  657. ;error in operand
  658. ;illegal reference size specified
  659. msgErr959
  660. ;illegal reference size specified
  661. ;block length must be a constant
  662. msgErr960
  663. ;block length must be a constant
  664. ;patching past end of code buffer
  665. msgErr961
  666. ;patching past end of code buffer
  667. ;addressing string not in constant buffer
  668. msgErr962
  669. ;addressing string not in constant buffer
  670. ;no pointer to open array descriptor
  671. msgErr963
  672. ;no pointer to open array descriptor
  673. ;reference name missing
  674. msgErr964
  675. ;reference name missing
  676. ;type-bound procedure missing
  677. msgErr965
  678. ;type-bound procedure missing
  679. ;dereferencing NIL pointer
  680. msgErr966
  681. ;dereferencing NIL pointer
  682. ;procedure return overlaps allocated registers
  683. msgErr967
  684. ;procedure return overlaps allocated registers
  685. ;E2. Internal error - unrecognised case in CASE statement
  686. ;    EC 1000 is used to describe 1001 - 1099.
  687. ;Internal error - unrecognised case in CASE statement:
  688. msgErr1000
  689. ;Internal error - unrecognised case in CASE statement:
  690. ;OCS.Get
  691. msgErr1001
  692. ;OCS.Get
  693. ;OCT.Import / CASE obj.typ.form
  694. msgErr1002
  695. ;OCT.Import / CASE obj.typ.form
  696. ;OCT.Import / CASE class (far inner)
  697. msgErr1003
  698. ;OCT.Import / CASE class (far inner)
  699. ;OCT.Import / CASE class (inner)
  700. msgErr1004
  701. ;OCT.Import / CASE class (inner)
  702. ;OCT.Import / CASE class (outer)
  703. msgErr1005
  704. ;OCT.Import / CASE class (outer)
  705. ;OCT.OutStr
  706. msgErr1006
  707. ;OCT.OutStr
  708. ;OCT.OutObj
  709. msgErr1007
  710. ;OCT.OutObj
  711. ;OCC.PutArg
  712. msgErr1008
  713. ;OCC.PutArg
  714. ;OCE.RealMath
  715. msgErr1009
  716. ;OCE.RealMath
  717. ;OCE.MOp
  718. msgErr1010
  719. ;OCE.MOp
  720. ;OCE.CheckOverflow
  721. msgErr1011
  722. ;OCE.CheckOverflow
  723. ;OCE.Op / CASE f
  724. msgErr1012
  725. ;OCE.Op / CASE f
  726. ;OCE.Op / CASE op
  727. msgErr1013
  728. ;OCE.Op / CASE op
  729. ;OCP.StPar1
  730. msgErr1014
  731. ;OCP.StPar1
  732. ;OCP.StPar2
  733. msgErr1015
  734. ;OCP.StPar2
  735. ;OCH.Assign
  736. msgErr1016
  737. ;OCH.Assign
  738.